|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
#include "FrameLib_Types.h"#include "FrameLib_Errors.h"#include <vector>#include <cstring>#include <cassert>#include <limits>#include <string>Go to the source code of this file.
Classes | |
| class | FrameLib_Parameters |
| a set of parameters for a FrameLib object. More... | |
| class | FrameLib_Parameters::Serial |
| a set of tagged parameter values using external non-owned memory. More... | |
| class | FrameLib_Parameters::Serial::Iterator |
| an iterator for the items in a Serial. More... | |
| class | FrameLib_Parameters::AutoSerial |
| an extension of Serial that manages its own resizable memory. More... | |
| class | FrameLib_Parameters::Info |
| a class for passing info strings to FrameLib_Parameters. More... | |